Click or drag to resize

ServiceCreateFolder Method (IListFolder, StandardFolder)

Creates multiple folders.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<FolderInfoResponse> CreateFolder(
	IList<Folder> folders,
	StandardFolder standardFolder
)

Parameters

folders
Type: System.Collections.GenericIListFolder
The folders to create.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created folders.

Return Value

Type: IListFolderInfoResponse
A collection of creation results for each of the specified folders.
See Also